home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / sky-chopper.swf / scripts / DefineButton2_789 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  77 b   |  6 lines

  1. on(release){
  2.    gotoAndStop("splash");
  3.    play();
  4.    stopAllSounds();
  5. }
  6.